projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a2cc2
)
* dired.c (file_name_completion): Remove var that is set but not used.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 3 Apr 2011 00:32:58 +0000
(17:32 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 3 Apr 2011 00:32:58 +0000
(17:32 -0700)
src/ChangeLog
patch
|
blob
|
history
src/dired.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index f7a05d8e320c65b3e6604795aa76569f2dc23188..551491bff1f0734ce244ed710bee055148bbac26 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2011-04-03 Paul Eggert <eggert@cs.ucla.edu>
+ * dired.c (file_name_completion): Remove var that is set but not used.
+
* fileio.c (Finsert_file_contents): Make EOF condition clearer.
2011-04-02 Paul Eggert <eggert@cs.ucla.edu>
diff --git
a/src/dired.c
b/src/dired.c
index 176f14925b46f79c3c2326e39ce5ee212df96e8c..186cfd1420b0efb7cf576c251e3021a16f517256 100644
(file)
--- a/
src/dired.c
+++ b/
src/dired.c
@@
-639,8
+639,6
@@
file_name_completion (Lisp_Object file, Lisp_Object dirname, int all_flag, int v
{
Lisp_Object regexps;
- Lisp_Object zero;
- XSETFASTINT (zero, 0);
/* Ignore this element if it fails to match all the regexps. */
if (completion_ignore_case)